Tour 2 - AMReminder

In this Tour we will recreate the AMReminder example. It shows many of AppMaker's UI elements, how to set Styles, and how to use Commands.

Editing Menus
Copying Items
Editing Windows
Editing Dialogs
Creating Commands
Simulating Windows and Dialogs
Generating Code and Building an Application


Editing Menus


Copying Items


Editing Windows

Creating Styles

Applying Styles

Setting "Stickiness"

Stickiness is a property that determines what happens to a window item when its window is resized. Three possibilities are that the item stays where it is, that it moves, or that it resizes. You can set the vertical stickiness and the horizontal stickiness separately.

Editing Dialogs

Close the Add dialog and Save your work.

Creating Commands

We won't use the AMReminder file anymore, so Revert to discard any accidental changes to the example file, then Close it.

Using Commands

Save your work.

Simulating Windows and Dialogs


Generating Code and Building an Application